+Mon Aug 9 15:19:34 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gdk/gdk.h:
+ * gdk/gdkrgb.h: Add the exported functions
+ gdk_rgb_colormap_ditherable(), gdk_pointer_grab_info_libgtk_only(),
+ gdk_keyboard_grab_info_libgtk_only() to the appropriate
+ headers.
+
Mon Aug 9 14:24:46 2004 Matthias Clasen <maclas@gmx.de>
* gdk/x11/gdkevents-x11.c (gdk_event_send_client_message_to_all_recurse):
+Mon Aug 9 15:19:34 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gdk/gdk.h:
+ * gdk/gdkrgb.h: Add the exported functions
+ gdk_rgb_colormap_ditherable(), gdk_pointer_grab_info_libgtk_only(),
+ gdk_keyboard_grab_info_libgtk_only() to the appropriate
+ headers.
+
Mon Aug 9 14:24:46 2004 Matthias Clasen <maclas@gmx.de>
* gdk/x11/gdkevents-x11.c (gdk_event_send_client_message_to_all_recurse):
+Mon Aug 9 15:19:34 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gdk/gdk.h:
+ * gdk/gdkrgb.h: Add the exported functions
+ gdk_rgb_colormap_ditherable(), gdk_pointer_grab_info_libgtk_only(),
+ gdk_keyboard_grab_info_libgtk_only() to the appropriate
+ headers.
+
Mon Aug 9 14:24:46 2004 Matthias Clasen <maclas@gmx.de>
* gdk/x11/gdkevents-x11.c (gdk_event_send_client_message_to_all_recurse):
+Mon Aug 9 15:19:34 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gdk/gdk.h:
+ * gdk/gdkrgb.h: Add the exported functions
+ gdk_rgb_colormap_ditherable(), gdk_pointer_grab_info_libgtk_only(),
+ gdk_keyboard_grab_info_libgtk_only() to the appropriate
+ headers.
+
Mon Aug 9 14:24:46 2004 Matthias Clasen <maclas@gmx.de>
* gdk/x11/gdkevents-x11.c (gdk_event_send_client_message_to_all_recurse):
gboolean owner_events,
guint32 time_);
+gboolean gdk_pointer_grab_info_libgtk_only (GdkDisplay *display,
+ GdkWindow **grab_window,
+ gboolean *owner_events);
+gboolean gdk_keyboard_grab_info_libgtk_only (GdkDisplay *display,
+ GdkWindow **grab_window,
+ gboolean *owner_events);
+
#ifndef GDK_MULTIHEAD_SAFE
void gdk_pointer_ungrab (guint32 time_);
void gdk_keyboard_ungrab (guint32 time_);
GdkColormap *gdk_rgb_get_colormap (void);
GdkVisual * gdk_rgb_get_visual (void);
gboolean gdk_rgb_ditherable (void);
+gboolean gdk_rgb_colormap_ditherable (GdkColormap *cmap);
#endif
#ifdef __cplusplus